home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / util1 / requstmd.rea < prev    next >
Text File  |  1996-01-16  |  725b  |  21 lines

  1. Short:    Prompt user for an available ScreenMode
  2. Author:   ad32@brighton.ac.uk (Adam Dawes)
  3. Uploader: ad32@brighton.ac.uk (Adam Dawes)
  4. Type:     util/cli
  5.  
  6.  
  7. RequestMode v1.0.
  8.  
  9.  
  10. RequestMode is a little utility designed to complement the Commodore
  11. utilities, 'RequestChoice' and 'RequestFile', primarily of use in AmigaDos
  12. shell scripts or AREXX scripts.
  13.  
  14. The programs displays a requester containing a list of currently available
  15. ScreenModes. When the user selects one of them, either the ModeID value or
  16. the Mode Name will be printed to stdout -- so it's very convenient to
  17. redirect the output or RequestMode to an environment variable.
  18.  
  19. An example is included that gets Viewtek to open pictures in any
  20. DisplayMode selected.
  21.